home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Genie / Projects / V3DDemo / Source / Includes / V3DHandlerOpenDoc.hh < prev    next >
Encoding:
Text File  |  2000-06-24  |  365 b   |  20 lines

  1. /*    ====================
  2.  *    V3DHandlerOpenDoc.hh
  3.  *    ====================
  4.  *    
  5.  *    Implemented by V3DHandlerOpenDoc.cc
  6.  */
  7.  
  8. #pragma once
  9.  
  10. #include <Files.h>
  11.  
  12. #include "PedHandlerOpenDoc.hh"
  13.  
  14. class V3DHandlerOpenDoc : public PedHandlerOpenDoc {
  15. public:
  16.     V3DHandlerOpenDoc(PedApplication &inApp);
  17.     virtual ~V3DHandlerOpenDoc();
  18.     virtual void DoOpenDoc(FSSpec &inFSS);
  19. };
  20.